home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / xfig_doc.lha / examples / README < prev    next >
Text File  |  1995-08-22  |  533b  |  25 lines

  1. They figure files have been compressed to save space.  To uncompress them use
  2. the command "uncompress *" or "uncompress filename" for individual files.
  3.  
  4. The have also been uuencoded so that they may be mailed to comp.sources.x
  5. without any problem with the ^A (control A) in the text objects.
  6.  
  7. To decode them (if you don't have the .fig files), either run the csh script
  8. DECODE or do the following:
  9.  
  10. for csh:
  11.  
  12. foreach file (*.uu)
  13.    uudecode $file
  14. end
  15.  
  16. or for ksh:
  17.  
  18. for file in *.uu
  19. do
  20.     uudecode $file
  21. done
  22.  
  23.  
  24. Then uncompress them.
  25.